home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / program / ctenari / Vascak / soubory / vlneni.swf / scripts / %3Cdefault package%3E / TitleBackground.as < prev    next >
Encoding:
Text File  |  2003-10-10  |  959 b   |  20 lines

  1. _global.mx.skins.TitleBackground = function()
  2. {
  3.    this.constructObject();
  4. };
  5. _global.mx.skins.TitleBackground.prototype = new mx.skins.CustomBorder();
  6. _global.mx.skins.TitleBackground.prototype.className = "TitleBackground";
  7. _global.mx.skins.TitleBackground.symbolName = "TitleBackground";
  8. _global.mx.skins.TitleBackground.symbolOwner = _global.mx.skins.TitleBackground;
  9. _global.mx.skins.TitleBackground.prototype.leftSkin = "TitleLeft";
  10. _global.mx.skins.TitleBackground.prototype.middleSkin = "TitleMiddle";
  11. _global.mx.skins.TitleBackground.prototype.rightSkin = "TitleRight";
  12. _global.mx.skins.SkinElement.registerElement("TitleBackground",_global.mx.skins.TitleBackground);
  13. _global.mx.skins.SkinElement.registerElement("TitleLeft");
  14. _global.mx.skins.SkinElement.registerElement("TitleMiddle");
  15. _global.mx.skins.SkinElement.registerElement("TitleRight");
  16. _global.mx.skins.TitleBackground.prototype.init = function()
  17. {
  18.    super.init();
  19. };
  20.